UNPKG

260 BJavaScriptView Raw
1export default {
2 "name": "Parrot Assembly",
3 "group": "Parrot",
4 "type": "programming",
5 "aliases": [
6 "pasm"
7 ],
8 "extensions": [
9 ".pasm"
10 ],
11 "interpreters": [
12 "parrot"
13 ],
14 "tmScope": "none",
15 "aceMode": "text",
16 "languageId": 279
17}